Searches for an that matches the specified type TTarget and matches the conditions defined by the specified predicate, and returns the last occurrence within the entire collection.
Overload List
Overload | Description |
FindLast<TTarget>() | Searches for an that matches the specified type TTarget and matches the conditions defined by the specified predicate, and returns the last occurrence within the entire collection. |
FindLast<TTarget>(Predicate<TTarget>) | Searches for an that matches the specified type TTarget and matches the conditions defined by the specified predicate, and returns the last occurrence within the entire collection. |
See Also